VideoFrameListener

fun interface VideoFrameListener

An interface that contains onVideoFrameReceived to receive the video frames from the Live SDK.

Since

1.0.0

Functions

Link copied to clipboard
abstract fun onVideoFrameReceived(videoFrame: VideoFrame)

Invoked when video frames from Sendbird Live SDK have been received.